Einhugur OpenDocument Text Plugin for Xojo

TableRow.Cell Method

Returns cell at given column index.

Cell(
   index as Integer) as EinhugurODT.TableCell

Parameters

index
The column index for the cell to fetch. (Zero based).

Returns

EinhugurODT.TableCell
The requested cell or nil if out of bounds.

Remarks

See Also

TableRow Class